﻿/*banner*/

.indexBanner .swiper-slide a {
    height: 530px;
}

.indexBanner .swiper-pagination-bullet {
    margin-right: 6px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url(../images/radiusa.png) center center no-repeat;
    opacity: 1;
}

.indexBanner .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url(../images/radius.png) center center no-repeat;
}

.indexBanner .swiper-pagination {
    bottom: 25px!important;
    width: 100%;
    text-align: right;
    right: 50%;
    margin-right: -550px;
}


/*indexbannertext*/

.indexbannertextaa .swiper-slide>p>em {
    color: #000000;
    font-size: 14px;
    margin-left: 42px;
}

.indexbannertextaa .swiper-slide>p {
    color: #5a5a5a;
    font-size: 14px;
}

.indexbannertext {
    position: relative;
    background: #f2f2f2;
    height: 50px;
    line-height: 50px;
}

.indexbannertextaa .swiper-slide>p:before {
    content: "";
    position: absolute;
    width: 39px;
    height: 19px;
    background: url(../images/wifi.png) center center no-repeat;
    top: 50%;
    margin-top: -10px;
}

.indexbannertext .bannext {
    background: url(../images/prev.jpg) center center no-repeat;
    width: 45px;
    height: 20px;
    right: auto;
    left: 50%;
    margin-left: 400px;
    top: 50%;
    margin-top: -10px;
}

.indexbannertext .banprev {
    background: url(../images/prev.jpg) center center no-repeat;
    width: 45px;
    height: 20px;
    right: auto;
    left: 50%;
    margin-left: 400px;
    top: 50%;
    margin-top: -10px;
}

.indexbannertext a {
    width: 67px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #8d8582;
    display: block;
    float: right;
    margin-top: -40px;
    margin-right: 15px;
}


/*new */

.indexNew {
    padding: 50px 0px 40px 0px;
}

.indexNew .indexNewF {
    width: 72%;
    float: left;
}

.indexNew .indexNewF .indexNewFf {
    float: left;
    width: 31%;
    height: 322px;
    overflow: hidden;
}

.indexNew .indexNewF .indexNewFf ul li {
    line-height: 30px;
    font-size: 14px;
    color: #585858;
}

.indexNew .indexNewF .indexNewFR {
    float: right;
    width: 66%;
}
.indexNew .indexNewF .indexNewFR video{
    width: 100%;
}

.indexNew .indexNewR {
    float: right;
    width: 20%;
    background: #f2f2f2;
    padding: 0 25px;
    height: 322px;
    overflow: hidden;
}


.indexNew .indexNewR .title {
    font-size: 16px;
    color: #7f7f7f;
    /*border-top: 3px solid #636464;*/
    padding: 10px 0px;
}

.indexNew .indexNewR h3 {
    font-size: 34px;
    color: #7f7f7f;
}

.indexNew .indexNewR ul li {
    font-size: 14px;
    color: #7f7f7f;
    margin-bottom: 16px;
}

.indexNew .indexNewR ul li em {
    float: right;
    margin-right: 25px;
}

.indexNew .indexNewR ul li.n1 {
    background: url(../images/n1.png) right center no-repeat;
    border-top: 2px solid #6c6d6d;
    padding: 14px 0 0 0;
}

.indexNew .indexNewR ul li p {
    font-size: 12px;
    color: #7f7f7f;
    margin-top: 6px;
    line-height: 16px;
}
.indexNew .indexNewR ul li span{
    font-weight: 700;
}

.indexNew .indexNewR ul li.n2 {
    background: url(../images/n2.png) right center no-repeat;
}

.indexNew .indexNewR ul li.n3 {
    background: url(../images/n3.png) right center no-repeat;
}

.indexNew .indexNewR ul li.n4 {
    background: url(../images/n4.png) right center no-repeat;
}

p#video_play_0 {
    height: 356px!important;
}


/*case*/

.indexcase {
    border-top: 4px solid #c3c3c3;
    margin-bottom: 50px;
}

.indexcase h3 {
    font-size: 26px;
    color: #6a6a6a;
    text-transform: uppercase;
    margin: 20px 0px 7px 0px;
    float: left;
}

.indexcase h3 em,
.indexteam h3 em {
    font-size: 22px;
    color: #010101;
    font-style: normal;
}

.indexcase ul li {
    float: left;
    border-right: 1px solid #bdbdbd;
    color: #6a6a6a;
    font-size: 16px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 25px 0px 7px 0px;
    padding: 0px 18px;
    text-align: center;
}

.indexcase ul li.active {
    background: #316dca;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.indexcase ul li.active a {
    color: #fff;
}

.tab1:first-child {
    display: block;
}

.tab1 {
    position: relative;
    display: none;
}

.tab1 .tabb {
    position: relative;
    float: left;
}

.tab1 .tabb>img {
    margin: 18px 15px 0px 0px;
    position: relative;
    width: 380px;
    height: 285px;
    border: 1px solid #ccc;
}

.tab1 .tabb>p {
    text-align: left;
    position: absolute;
    width: 380px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 65px;
    overflow: hidden;
    line-height: 30px;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.tab1 .tabb>p>.protitle {
    display: block;
    font-size:24px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    opacity: 0;
}
.tab1 .tabb:hover>p>.protitle{
    opacity: 1;
}

.tab1 .tabb>p>.entitle {
    display: block;
    font-size: 30px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    text-transform: uppercase;
}

.tab1 .tabb:hover>p {
    height: 94%;
    line-height: 34px;
    /*background:rgba(141,133,130,0.6);*/
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.indexcase ul li:first-child {
    margin-left: 20px;
}


/*team*/

.indexteam {
    border-top: 4px solid #c3c3c3;
}

.indexteam h3 {
    font-size: 26px;
    color: #6a6a6a;
    text-transform: uppercase;
    margin: 20px 0px 7px 0px;
    float: left;
}

.indexteam ul li {
    float: left;
    border-right: 1px solid #bdbdbd;
    color: #6a6a6a;
    font-size: 16px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 25px 0px 7px 0px;
    padding: 0px 25px;
    text-align: center;
}

.indexteam ul li.active {
    background: #38b432;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.indexteam ul li.active a {
    color: #fff;
}

.tab2 .indexteamaa .swiper-slide .teamImg img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.tab2 .indexteamaa .swiper-slide>p {
    width: 160px;
    height: 170px;
    display: block;
    float: left;
    margin: 18px 10px 0px 0px;
    position: relative;
}

.tab2 .indexteamaa .swiper-slide .teamImg {
    margin-right: 10px;
    /*width: 180px;*/
    height: 135px;
    line-height: 130px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
}

.tab2 .indexteamaa .swiper-slide .teamImg>p {
    text-align: left;
    position: absolute;
    width: 95%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 48px;
    overflow: hidden;
    line-height: 34px;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.tab2 .indexteamaa .swiper-slide .teamImg:hover>p {
    height: 40%;
    line-height: 34px;
    /*background:rgba(141,133,130,0.6);*/
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tab2 .indexteamaa .swiper-slide .teamImg:hover>p>.teamtitle {
    opacity: 1
}

.indexteamaa .swiper-slide .teamImg>p>.teamtitle {
    display: block;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 7px;
    opacity: 0
}

.indexteamaa .swiper-slide .teamImg>p>.teamtitle>i {
    padding: 0px 0px 0px 5px
}

.indexteamaa .swiper-slide .teamImg>p>.teamtitle>em {
    font-size: 12px;
    color: #fff;
}

.indexteamaa .swiper-slide .teamImg>p>.teamfen {
    display: block;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0px;
}

.tab2 {
    position: relative;
    margin-top: 30px;
}
/*.tab2 .swiper-slide{width: 180px!important;}*/
.tab2 .bannext {
    background: url(../images/nexta.png) center center no-repeat;
    width: 30px;
    height: 40px;
    right: auto;
    left: 50%;
    margin-left: 560px;
    top: 50%;
    margin-top: -15px;
}

.tab2 .banprev {
    background: url(../images/preva.png) center center no-repeat;
    width: 30px;
    height: 40px;
    right: 50%;
    left: auto;
    margin-right: 571px;
    top: 50%;
    margin-top: -15px;
}

.indexteam ul li:first-child {
    margin-left: 20px;
}


